home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / c / pmm / pmm.readme < prev    next >
Text File  |  1999-06-14  |  5KB  |  101 lines

  1. Short:    Project-Make-Manager (PMM) for vbcc
  2. Author:   Michaela Pruess (michaela@flagranti.net)
  3. Uploader: Michaela Pruess (michaela@flagranti.net)
  4. Version:  1.6
  5. Type:     dev/c
  6. Url:      http://www.flagranti.net/amiga
  7. Kurz:     Projekt-Make-Manager (PMM) für vbcc
  8.  
  9. English:   (deutsch, siehe unten)
  10.  
  11. About:     A alternative make-system for vbcc (and other compilers)
  12.            - automatic buildlist of sourcefiles
  13.            - automatic depend scan
  14.            - build prototype-includes
  15.            - can manage hundreds of programs
  16.            - making from everywhere without changing directory
  17.            - only ONE general config for all programs
  18.            - only a little definition for any program
  19.            - included example config for build version for
  20.              differnt cpu's (all 68k, ppc, wos).
  21.            - manage upto 10 cpu-version, build from same source
  22.              and config
  23.            - support all features from vbcc
  24.            - errorlist's (don't stop at any error)
  25.            - multiple make (multiple cpu and/or programs)
  26.            - work in cli, alternative intui-interface in future
  27.            - can build linklibs, stublibs, library's and programs
  28.            - no more build makefiles
  29.            - if a program is included and sourcefiles delete or
  30.              add, PMM rebuild sourcelist and prototype files allone.
  31.            - new libr-command (can work with filelists)
  32.            - tool for compare and datecompare
  33.            First official released version. 
  34.  
  35. Requires:  Amiga :-)
  36.            The are version's for all different CPU-types
  37.  
  38. Install:   Read the install-documents
  39.  
  40. Copyright: All copyright's reserved by Michaela Pruess.
  41.            You have only permission for non-commercial use of this tool.
  42.            The Aminet has permission to publish this file on all
  43.            Aminet-sites, Aminet-mirror's and Aminet-CD's.
  44.            This software is provided as-is, without warranty of any kind,
  45.            either expressed or implied. In no event will the authoress be
  46.            liable for direct, indirect, incidental or consequential damages
  47.            or data loss resulting from the use or application of this software.
  48.            The entire risk as to the results and performance of this software
  49.            is assumed by the user. Furthermore, the contents of the archive
  50.            cannot be altered in any way, although the archive itself can be
  51.            transmitted electronically via BBS systems or the Internet.
  52.  
  53.  
  54.  
  55. Deutsch:
  56.  
  57. Ueber:     Ein alternatives Make-System für vbcc (und andere Compiler)
  58.            - automatische Make-Listen der Quellen
  59.            - automatischer Depend-Scan (Abhängigkeiten)
  60.            - erstellt Prototype-Include-Dateien
  61.            - kann hunderte von Programmen verwalten
  62.            - Übersetzt von überall ohne daß das Quellenverzeichnis erst
  63.              aufgerufen werden muß
  64.            - nur EINE generelle Konfiguraationsdatei für alle Programme
  65.            - nur eine kleine Programmdefinition notwendig
  66.            - enthalten ist eine Konfig für verschiedene CPU's (alle 68k,
  67.              PPC, WOS).
  68.            - verwaltert bis zu 10 CPU-Version, erstellt aus dem gleichen
  69.              Quellen und Konfigurationen
  70.            - Unterstützt alle Funktionen von vbcc
  71.            - Errorlisten (ohne halt bei jedem Fehler)
  72.            - mehrfaches make (unterschiedliche CPU's und/oder Programme)
  73.            - läuft im CLI, alternative Intui-Oberfläche ist geplant
  74.            - Kann Link-Libs, Stubs-Libs, Library's und Programme bilden
  75.            - nie wieder MakeFiles erstellen
  76.            - ist ein Programm enthalten und Quellfiles kommen hinzu oder
  77.              werden gelöscht, dann baut PMM die Liste der Files und die
  78.              Prototype-Files alleine neu auf
  79.            - Neues Libr-Kommando (kann auch mit Filelisten arbeiten)
  80.            - Tool für Vergleich und Datumsvergleich
  81.            Erste öffentliche Version
  82.  
  83. Benoetigt: Amiga :-)
  84.            Es gibt Versionen für für verschiedene CPU-Typen
  85.  
  86. Install.:  Unbedingt die Installationsdoku lesen!
  87.  
  88. Copyright: Alle Copyright's verbleiben bei Michaela Prüß.
  89.            Das Programm darf nicht kommerziell benutzt werden, ansonsten
  90.            ist die Nutzung frei.
  91.            Das Aminet hat die Erlaubnis zur Verbreitung über alle Server,
  92.            Mirror's und die AmiNet-CD's.
  93.            Diese Software wird verbreitet, wie sie ist, ohne eine Garantie
  94.            jeglicher Art. In keinem Fall, weder direkt noch indirekt ist
  95.            die Autorin haftbar für Schäden oder Datenverluste die durch die
  96.            Verwendung dieser Software entstehen. Die Benutzung erfolgt
  97.            ausschließlich auf eigenes Risiko des Benutzers. Jede Änderung
  98.            des Archives oder Teilen davon ist verboten. Das Archiv darf
  99.            auf elektronischm Weg via Maibox oder Internet verbreitet
  100.            werden.
  101.